From 4d8b5baf7ec477f42a9403e64eeb096a9d1fa90c Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Thu, 9 Jun 2011 14:55:50 -0400 Subject: [PATCH] spinbutton: don't remove the entry style class while rendering arrows --- gtk/gtkspinbutton.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index caa24b2806..90a6a5239d 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -931,7 +931,6 @@ gtk_spin_button_draw (GtkWidget *widget, gtk_style_context_save (context); gtk_style_context_set_state (context, state); - gtk_style_context_remove_class (context, GTK_STYLE_CLASS_ENTRY); if (is_rtl) gtk_style_context_set_junction_sides (context, GTK_JUNCTION_RIGHT); -- 2.30.2